Skip to content

Conversation

Copy link

Copilot AI commented Nov 24, 2025

Three fields (tun_mtu, mssfix, allowed_ips) were using :disabled="loading.configureModule" while other similar fields use :disabled="stillLoading". This created inconsistent loading behavior and potential concurrent modification issues.

Changes:

  • Updated tun_mtu, mssfix, and allowed_ips fields to use :disabled="stillLoading"
  • Aligned with existing pattern used by loki_retention, prometheus_retention, and maxmind_license fields
<!-- Before -->
<NsTextInput :disabled="loading.configureModule" ... />

<!-- After -->
<NsTextInput :disabled="stillLoading" ... />

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copy link
Author

Copilot AI commented Nov 24, 2025

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • registry.npmmirror.com
    • Triggering command: /usr/local/bin/node node /usr/local/bin/yarn install (dns block)
    • Triggering command: /usr/local/bin/node node /usr/local/bin/npm install (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Update implementation of mtu and mssfix options Fix inconsistent disabled prop usage in Settings form fields Nov 24, 2025
Copilot AI requested a review from gsanchietti November 24, 2025 10:55
@gsanchietti gsanchietti marked this pull request as ready for review November 24, 2025 10:56
@gsanchietti gsanchietti merged commit 160f9ff into mtu_option Nov 24, 2025
@gsanchietti gsanchietti deleted the copilot/sub-pr-131-one-more-time branch November 24, 2025 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants